home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / net / bind-contrib.tar.gz / bind-contrib.tar / contrib / misc / settransfer_mende.shar / ns_resp.c-DIFF < prev    next >
Encoding:
Text File  |  1996-10-25  |  515 b   |  16 lines

  1. *** ns_resp.c.orig    Sun Aug 20 18:27:21 1995
  2. --- ns_resp.c    Mon Aug 28 11:13:44 1995
  3. ***************
  4. *** 862,869 ****
  5. --- 862,871 ----
  6.        *  If there are addresses and this is a local query,
  7.        *  sort them appropriately for the local context.
  8.        */
  9. + #if !defined(SETTRANSFER) || defined(ROUND_ROBIN)
  10.       if (ancount > 1 && (lp = local(&qp->q_from)) != NULL) 
  11.           sort_response(tp, ancount, lp, eom);
  12. + #endif /* !SETTRANSFER || ROUND_ROBIN */
  13.   
  14.       /*
  15.        * An answer to a T_ANY query or a successful answer to a
  16.